Move the SSHTransport class to its own file, so that we may disable SSH
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 20 Jun 2006 12:32:21 +0000 (13:32 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 20 Jun 2006 12:32:21 +0000 (13:32 +0100)
commit522884b8bea84ed686a0354d82421c5a48163680
tree0161789da38fb18eeb36f80b44bc4c0ad26e1b66
parent47966cbaaa5fb2ec4467d21b0c448fd749eb2f40
Move the SSHTransport class to its own file, so that we may disable SSH
transport when running on Python <2.4.  SSHTransport uses the new subprocess
class, and so it doesn't work on older versions.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/util/SSHTransport.py [new file with mode: 0644]
tools/python/xen/util/xmlrpclib2.py
tools/python/xen/xend/XendClient.py